home *** CD-ROM | disk | FTP | other *** search
/ ASP Advantage 1993 / The Association of Shareware Professionals Advantage CD-ROM 1993.iso / files / writions / boxer50b / default.cod < prev    next >
Text File  |  1993-04-06  |  3KB  |  146 lines

  1.  
  2. * This file defines the codes needed by your printer to access its various
  3. * capabilities.  Up to 100 sequences can be defined; they are numbered
  4. * from 00 to 99.  Comments can be entered by placing an asterisk at the
  5. * start of the line.
  6. * To add new codes, or to configure for a printer not supported, consult
  7. * your printer manual to learn the codes it needs for each of the features
  8. * you plan to use.  Enter the values in the format shown, and with a space
  9. * or comma separating each decimal value.
  10.  
  11. * To make use of a printer feature, enter the two digit code in your document
  12. * with the Alt-0 through Alt-9 keys from the main keyboard, not the numeric
  13. * keypad.  The printer codes will appear as specially colored digits to
  14. * distinguish them from ordinary text.
  15.  
  16. * See the help section entitled "Embedded Printer Codes" for other details.
  17.  
  18. * Printer codes are limited to 8 values each. If you find a printer feature
  19. * which requires more than 8 bytes to activate, use a pair of codes to
  20. * define the sequence, and then enter that code pair in your document.
  21.  
  22. *
  23. * -------------------------------------------------------------------
  24. *          PRINTER CODE DEFINITION FILE FOR EPSON LQ-1500
  25. * -------------------------------------------------------------------
  26.  
  27. * code 00 draft mode
  28. 00:27,120,48
  29.  
  30. * code 01 LQ mode
  31. 01:27,120,49
  32.  
  33. * code 02 underline ON
  34. 02:27,45,49
  35.  
  36. * code 03 underline OFF
  37. 03:27,45,48
  38.  
  39. * code 04 emphasized mode ON
  40. 04:27,69
  41.  
  42. * code 05 emphasized mode OFF
  43. 05:27,70
  44.  
  45. * code 06 6 lines/inch
  46. 06:27,50
  47.  
  48. * code 07 7 lines/inch (7.2)
  49. 07:27,51,25
  50.  
  51. * code 08 8 lines/inch
  52. 08:27,51,22
  53.  
  54. * code 09 9 lines/inch
  55. 09:27,51,20
  56.  
  57. * code 10 10 cpi
  58. 10:27,80
  59.  
  60. * code 11 double width characters ON
  61. 11:27,87,49
  62.  
  63. * code 12 12 cpi
  64. 12:27,77
  65.  
  66. * code 13 proportional spacing ON
  67. 13:27,112,49
  68.  
  69. * code 14 proportional spacing OFF
  70. 14:27,112,48
  71.  
  72. * code 15 15 cpi
  73. 15:27,103
  74.  
  75. * code 16 double width characters OFF
  76. 16:27,87,48
  77.  
  78. * code 17 17 cpi
  79. 17:27,15
  80.  
  81. * code 18 Italic ON
  82. 18:27,52
  83.  
  84. * code 19 Italic OFF
  85. 19:27,53
  86.  
  87. * code 20 20 cpi
  88. * 27,15,27,77
  89.  
  90. * code 21 double print ON
  91. 21:27,71
  92.  
  93. * code 22 double print OFF
  94. 22:27,72
  95.  
  96. * code 23 superscript ON
  97. 23:27,83,48
  98.  
  99. * code 24 superscript OFF
  100. 24:27,84
  101.  
  102. * code 25 subscript ON
  103. 25:27,83,49
  104.  
  105. * code 26 subscript OFF
  106. 26:27,84
  107.  
  108. * code 27 Text Font
  109. * ?
  110.  
  111. * code 28 Courier Font
  112. * ?
  113.  
  114. * code 29 IBM Proprinter Character Set 1
  115. 29:27,55
  116.  
  117. * code 30 IBM Proprinter Character Set 2
  118. 30:27,54
  119.  
  120. * code 31 5 lpi
  121. 31:27,65,12
  122.  
  123. * code 32 release 17 cpi
  124. 32:18
  125.  
  126. * code 33 select IBM character set 1 (to print 128-255)
  127. 33:27,116,110,27,55
  128.  
  129.  
  130. * if you find you want to use ASCII values 240-249 in a document
  131. * which also must contain embedded printer codes, you can use the
  132. * following trick: use embedded codes 90-99 to represent these
  133. * characters.
  134.  
  135. 90:240
  136. 91:241
  137. 92:242
  138. 93:243
  139. 94:244
  140. 95:245
  141. 96:246
  142. 97:247
  143. 98:248
  144. 99:249
  145.